net/http.http2priorityWriteScheduler.nodes (field)
14 uses
net/http (current package)
h2_bundle.go#L11138: nodes: make(map[uint32]*http2priorityNode),
h2_bundle.go#L11143: ws.nodes[0] = &ws.root
h2_bundle.go#L11304: nodes map[uint32]*http2priorityNode
h2_bundle.go#L11329: if curr := ws.nodes[streamID]; curr != nil {
h2_bundle.go#L11341: parent := ws.nodes[options.PusherID]
h2_bundle.go#L11352: ws.nodes[streamID] = n
h2_bundle.go#L11362: if ws.nodes[streamID] == nil {
h2_bundle.go#L11365: if ws.nodes[streamID].state != http2priorityNodeOpen {
h2_bundle.go#L11369: n := ws.nodes[streamID]
h2_bundle.go#L11391: n := ws.nodes[streamID]
h2_bundle.go#L11404: ws.nodes[streamID] = n
h2_bundle.go#L11410: parent := ws.nodes[priority.StreamDep]
h2_bundle.go#L11460: n = ws.nodes[id]
h2_bundle.go#L11520: delete(ws.nodes, n.id)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |